FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package Eu.Dedalus.D4Solutions.COVID-19#1.0.2 (47 ms)

Package Eu.Dedalus.D4Solutions.COVID-19
Type StructureDefinition
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=Eu.Dedalus.D4Solutions.COVID-19@1.0.2&canonical=http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter
Url http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter
Status active
Date 2020-01-20
Name Encounter
Experimental False
Type Encounter
Kind resource

Resources that use this resource

StructureDefinition
http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter-Virtual Encounter-Virtual
http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter Encounter

Resources that this resource uses

StructureDefinition
http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter Encounter
http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance Meta-ForCommonConformance
http://apiframework.dedalus.eu/fhir/StructureDefinition/Organization API Framework Organization
http://apiframework.dedalus.eu/fhir/StructureDefinition/Patient API Framework Patient


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter",
  "name" : "Encounter",
  "status" : "active",
  "date" : "2020-01-20",
  "fhirVersion" : "3.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/w5",
      "name" : "W5 Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Encounter",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Encounter.meta",
        "path" : "Encounter.meta",
        "short" : "Metadata about the resource",
        "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
        "type" : [
          {
            "code" : "Meta",
            "profile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance"
          }
        ]
      },
      {
        "id" : "Encounter.meta.tag",
        "path" : "Encounter.meta.tag",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Encounter.text",
        "path" : "Encounter.text",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier",
        "path" : "Encounter.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "use"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.value",
        "path" : "Encounter.identifier.value",
        "min" : 1
      },
      {
        "id" : "Encounter.identifier:officialIdentifier",
        "path" : "Encounter.identifier",
        "sliceName" : "officialIdentifier",
        "max" : "1"
      },
      {
        "id" : "Encounter.identifier:officialIdentifier.use",
        "path" : "Encounter.identifier.use",
        "min" : 1,
        "fixedCode" : "official"
      },
      {
        "id" : "Encounter.identifier:officialIdentifier.system",
        "path" : "Encounter.identifier.system",
        "min" : 1
      },
      {
        "id" : "Encounter.identifier:officialIdentifier.value",
        "path" : "Encounter.identifier.value",
        "min" : 1
      },
      {
        "id" : "Encounter.status",
        "path" : "Encounter.status",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.class",
        "path" : "Encounter.class",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.type",
        "path" : "Encounter.type",
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "EncounterType"
            }
          ],
          "strength" : "required",
          "valueSetReference" : {
            "reference" : "http://apiframework.dedalus.eu/fhir/ValueSet/EncounterType"
          }
        }
      },
      {
        "id" : "Encounter.subject",
        "path" : "Encounter.subject",
        "requirements" : "Encounter subject can be only a single Patient",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Patient"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.episodeOfCare",
        "path" : "Encounter.episodeOfCare",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant",
        "path" : "Encounter.participant",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.individual",
        "path" : "Encounter.participant.individual",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu//fhir/StructureDefinition/Practitioner"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.period",
        "path" : "Encounter.period",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.diagnosis",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString" : "Diagnosis"
          }
        ],
        "path" : "Encounter.diagnosis",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.diagnosis.condition",
        "path" : "Encounter.diagnosis.condition",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Condition"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Procedure"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceProvider",
        "path" : "Encounter.serviceProvider",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Organization"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.partOf",
        "path" : "Encounter.partOf",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://apiframework.dedalus.eu/fhir/StructureDefinition/Encounter"
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.